home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_202_declare.txt < prev    next >
Text File  |  1994-02-10  |  146b  |  4 lines

  1. // define an identifier ("ID" gets replaced by "xxx‚Ķ")
  2. // #declare ID = xxx‚Ķ
  3. #declare myTexture = texture { pigment { agate scale <1,3,1> } }
  4.